body {
	background-color: gray !important;
	font-family: Verdana !important;;
	font-size: 14px !important;;
	font-weight: 300;
}
#login {

	background-image:url("../../cl_images/login.png");
	background-size: 1000px 617px;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	min-width:1000px;	
	width:1000px;
	height:617px;	
	
position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
	
	
	
	
}
#logo {
	display:none;
}	
#right {				
	position: relative;
	top: 20px;
	left: 750px;
	width:17em;
}
#left {				
}
#loginbox {
	width:17em;
	margin-top:1em;
}
#navbar {
	position:absolute;
	top:5%;
	right:4%;
}						
#navbar ul li {
	display:inline;
}
#toolbar {
	list-style-type:none;
	float:left;
	padding: 0px;
	margin: 0px;
}	
#footer {
	display:none;
}
.defaultTextActive {
	color: #a1a1a1;
}
#loginError{
	text-align: center;
	color: red;
	font-size: 0.9em;
	width:17em;
}	
.fnOver
{
   BORDER-RIGHT: #000000 1px solid;
   PADDING-RIGHT: 10px;
   BORDER-TOP: #000000 1px solid;
   PADDING-LEFT: 10px;
   FONT-WEIGHT: normal;
   FONT-SIZE: 10pt;
   MARGIN-LEFT: 0px;
   BORDER-LEFT: #000000 1px solid;
   CURSOR: hand;
   COLOR: white;
   MARGIN-RIGHT: 0px;
   BORDER-BOTTOM: #000000 1px solid;
   FONT-family: Verdana,Arial,sans-serif,Helvetica;
   BACKGROUND-COLOR: #7E131B;
   PADDING-top: 4px;
   PADDING-bottom: 4px;
   box-shadow: 5px 5px 5px #5C5C5C;
}
.fnButton
{
	BORDER-RIGHT: #000000 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #000000 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	MARGIN-LEFT: 0px;
	BORDER-LEFT: #000000 1px solid;
	CURSOR: hand;
	COLOR: white;
	MARGIN-RIGHT: 0px;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-family: Verdana,Arial,sans-serif,Helvetica;
	BACKGROUND-COLOR: #7E131B;
	PADDING-top: 4px;
	PADDING-bottom: 4px;
	box-shadow: 5px 5px 5px #5C5C5C;
}
input {
	padding-left:7px;
	height:2em;
	border:1px solid #d5d9da;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:15em; 
	font-size:10pt;				
	outline:0; /* remove webkit focus styles */
}
input:focus {
	border:1px solid #b9d4e9;
	border-top-color:#b6d5ea;
	border-bottom-color:#b8d4ea;
	box-shadow:0 0 5px #b9d4e9;
}
label {
	color:#555;
	font-size:12px
}
input[type=button],input[type=submit],input[type=reset] {				
	font-size:10pt;				
	width:16em;
}
#loginTypeText {
	font-size:0.9em;
	font-weight:bold;
}